Platform Explorer / Nuxeo Platform 6.0

Operation Picture.getView (Get image view)

Description

Get an image from a Picture document.
Operation id Picture.getView
Category Conversion
Label Get image view
Requires
Since

Parameters

Name Description Type Required Default value
viewName string no  

Signature

Inputs document
Outputs blob

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.core.operations.services.GetPictureView
Contributing Component org.nuxeo.ecm.core.automation.featuresContrib

JSON Definition

{
  "id" : "Picture.getView",
  "label" : "Get image view",
  "category" : "Conversion",
  "requires" : null,
  "description" : "Get an image from a Picture document.",
  "url" : "Picture.getView",
  "signature" : [ "document", "blob" ],
  "params" : [ {
    "name" : "viewName",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}